3.65 \(\int \sqrt {c+d x} \text {csch}(a+b x) \, dx\)

Optimal. Leaf size=19 \[ \text {Int}\left (\sqrt {c+d x} \text {csch}(a+b x),x\right ) \]

[Out]

Unintegrable(csch(b*x+a)*(d*x+c)^(1/2),x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \sqrt {c+d x} \text {csch}(a+b x) \, dx \]

Verification is Not applicable to the result.

[In]

Int[Sqrt[c + d*x]*Csch[a + b*x],x]

[Out]

Defer[Int][Sqrt[c + d*x]*Csch[a + b*x], x]

Rubi steps

\begin {align*} \int \sqrt {c+d x} \text {csch}(a+b x) \, dx &=\int \sqrt {c+d x} \text {csch}(a+b x) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 22.66, size = 0, normalized size = 0.00 \[ \int \sqrt {c+d x} \text {csch}(a+b x) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sqrt[c + d*x]*Csch[a + b*x],x]

[Out]

Integrate[Sqrt[c + d*x]*Csch[a + b*x], x]

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\sqrt {d x + c} \operatorname {csch}\left (b x + a\right ), x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)*(d*x+c)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(d*x + c)*csch(b*x + a), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {d x + c} \operatorname {csch}\left (b x + a\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)*(d*x+c)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(d*x + c)*csch(b*x + a), x)

________________________________________________________________________________________

maple [A]  time = 0.08, size = 0, normalized size = 0.00 \[ \int \mathrm {csch}\left (b x +a \right ) \sqrt {d x +c}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(b*x+a)*(d*x+c)^(1/2),x)

[Out]

int(csch(b*x+a)*(d*x+c)^(1/2),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {d x + c} \operatorname {csch}\left (b x + a\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)*(d*x+c)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(d*x + c)*csch(b*x + a), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \frac {\sqrt {c+d\,x}}{\mathrm {sinh}\left (a+b\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)^(1/2)/sinh(a + b*x),x)

[Out]

int((c + d*x)^(1/2)/sinh(a + b*x), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {c + d x} \operatorname {csch}{\left (a + b x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)*(d*x+c)**(1/2),x)

[Out]

Integral(sqrt(c + d*x)*csch(a + b*x), x)

________________________________________________________________________________________